home *** CD-ROM | disk | FTP | other *** search
/ Freelog 45 / Freelog045.iso / Bas / Internet / Trellian / twp103.exe / {app} / WebPage.exe / 0 / RCDATA / TFORMSPLASH / TFORMSPLASH.txt
Text File  |  2003-02-25  |  1KB  |  56 lines

  1. object FormSplash: TFormSplash
  2.   Left = 438
  3.   Top = 242
  4.   Cursor = crHourGlass
  5.   AlphaBlendValue = 200
  6.   BorderStyle = bsNone
  7.   Caption = 'FormSplash'
  8.   ClientHeight = 102
  9.   ClientWidth = 360
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnClick = FormClick
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnDeactivate = FormDeactivate
  23.   OnHide = FormHide
  24.   OnPaint = FormPaint
  25.   DesignSize = (
  26.     360
  27.     102)
  28.   PixelsPerInch = 96
  29.   TextHeight = 13
  30.   object LabelMessage: TLabel
  31.     Left = 12
  32.     Top = 63
  33.     Width = 69
  34.     Height = 13
  35.     Anchors = [akLeft, akBottom]
  36.     Caption = 'LabelMessage'
  37.     Transparent = True
  38.   end
  39.   object ProgressBar: TProgressBar
  40.     Left = 12
  41.     Top = 80
  42.     Width = 205
  43.     Height = 10
  44.     Anchors = [akLeft, akBottom]
  45.     Max = 25
  46.     TabOrder = 0
  47.   end
  48.   object Timer: TTimer
  49.     Enabled = False
  50.     Interval = 80
  51.     OnTimer = TimerTimer
  52.     Left = 16
  53.     Top = 8
  54.   end
  55. end
  56.